projects
/
project
/
fwtool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f7fe92
)
CMakeLists: update cmake minimum required version to 3.10
master
author
Christian Marangi
<ansuelsmth@gmail.com>
Fri, 3 Oct 2025 21:37:07 +0000
(23:37 +0200)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Fri, 3 Oct 2025 21:37:07 +0000
(23:37 +0200)
New cmake version 4.0 requires at least 3.5 version as the minimum
required version with it increased to 3.10 in to-be-released cmake
versions.
Set the minimum required version to 3.10 to future-proof for future
cmake version.
Suggested-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 0c2692a2a6ed94db727baeb8f5892758ce641019..351be630e1421da72bc39e4ea0d15bc56bd1cc64 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-1,4
+1,4
@@
-CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.
1
0)
PROJECT(fwtool C)
INCLUDE(GNUInstallDirs)